GET v1/bunits/{bunitId}/consumers/{consumerId}/comments?includeDetails={includeDetails}&types[0]={types[0]}&types[1]={types[1]}

Get all comments of a consumption unit

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId The ID of the business unit of the consumption unit integer

Required

consumerId The ID of the consumption unit of the comment integer

Required

includeDetails boolean

Default value is True

types A list of type IDs that should be included in the result. Omit to get all Collection of integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of all comments of the consumption unit

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.